Apache BrowserMatch
TheBrowserMatchdirectiveallowstheservertodefineenvironmentvariablesandtakeappropriateactionsbasedontheUser-AgentHTTPheaderfield.,讓一台伺服器綁定多個網址是利用伺服器資源的好方法,也是架站必學技巧~其實只需要去除https的設定值即可套用在http上面!,A...
Tomakethesemechanismsasflexibleaspossible,theyareinvokedbydefiningenvironmentvariables,typicallywithBrowserMatch,thoughSetEnvandPassEnv ...
** 本站引用參考文章部分資訊,基於少量部分引用原則,為了避免造成過多外部連結,保留參考來源資訊而不直接連結,也請見諒 **
此文章參考的來源相關文章推薦
10.5.59. BrowserMatch
The BrowserMatch directive allows the server to define environment variables and take appropriate actions based on the User-Agent HTTP header field.
Environment Variables in Apache
To make these mechanisms as flexible as possible, they are invoked by defining environment variables, typically with BrowserMatch , though SetEnv and PassEnv ...
mod_setenvif
BrowserMatch Directive. Description: Sets environment variables conditional on HTTP User-Agent. Syntax: BrowserMatch regex [!]env-variable[= ... BrowserMatch · BrowserMatchNoCase · SetEnvIf
mod_setenvif
The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you ...
mod_setenvif
BrowserMatch 指令 ; 設定根據HTTP User-Agent 的條件式環境變數 · BrowserMatch 正規表示式[!]env-variable[=值] [[!]env-variable[=值]] ... · 伺服器設定、虛擬主機、目錄 ...